Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve][Connector-Redis] Redis support custom key and value #7888

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

lm-ylj
Copy link

@lm-ylj lm-ylj commented Oct 22, 2024

Purpose of this pull request

close #7884

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

…_column") .stringType() .noDefaultValue() .withDescription("key, list, set, zset use value of a specific column"); public static final Option<String> HASH_KEY_COLUMN = Options.key("hash_key_column") .stringType() .noDefaultValue() .withDescription("The column of hash key you want to write to redis"); public static final Option<String> HASH_VALUE_COLUMN = Options.key("hash_value_column") .stringType() .noDefaultValue() .withDescription("The column of hash value you want to write to redis");
@Hisoka-X
Copy link
Member

cc @FuYouJ

@Hisoka-X Hisoka-X added the First-time contributor First-time contributor label Oct 22, 2024
@FuYouJ
Copy link
Contributor

FuYouJ commented Oct 22, 2024

1: Please write a new e2e test based on your code to test the configuration of customer key, customer value, hashkey, hashvalue
2: Update docs/zh/connection-v2/sink/Redis.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Connector-Redis]Support redis sink to write custom key and value
3 participants